home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1987 / Oct 87 / Re- Palette Windows again 10⁄13 < prev    next >
Encoding:
Text File  |  1991-03-06  |  1.1 KB  |  30 lines  |  [TEXT/GEOL]

  1. Item    8938755                         13-Oct-87        11:50
  2.  
  3. From:   ROSENSTEIN1                     Rosenstein, Larry
  4.  
  5. To:     HOL0044                         Kemink Consultancy, J Kemink
  6.  
  7. cc:     MACAPP$                         MacApp Interest List
  8.  
  9. Sub:    Re: Palette Window again
  10.  
  11. In MacApp, you can specify that a window should not be brought to the front
  12. when the user clicks on it.  (Normally if the user clicks on an inactive
  13. window, it is brought to the front.)  This is done by setting the TWindow field
  14. fCanBeActive to FALSE.
  15.  
  16. In addition, you can specify that when the user clicks on an inactive window,
  17. that click should be processed in the usual fashion.  This is done by setting
  18. the TWindow field fDoFirstClick to TRUE.
  19.  
  20. Together, this will give you the behavior of a window that is always in back of
  21. the document windows.  And if the user clicks in the window, the click will be
  22. processed normally (ie, it can select a new tool or pattern).
  23.  
  24. One issue that you will face is that the user can cover the palette windows
  25. with the document windows, since the document windows are always in front.
  26.  
  27. Larry Rosenstein
  28.  
  29.  
  30.